var golang.org/x/text/width.trie
10 uses
golang.org/x/text/width (current package)
transform.go#L25: v, size := trie.lookup(src[n:])
transform.go#L65: v, size := trie.lookup(src[nSrc:])
transform.go#L107: v, size := trie.lookup(src[n:])
transform.go#L148: v, size := trie.lookup(src[nSrc:])
transform.go#L187: v, size := trie.lookup(src[n:])
transform.go#L211: v, size := trie.lookup(src[nSrc:])
width.go#L70: var trie = newWidthTrie(0)
width.go#L75: v, sz := trie.lookup(b)
width.go#L82: v, sz := trie.lookupString(s)
width.go#L90: v, _ := trie.lookup(buf[:n])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)